Release#95
Merged
Merged
Conversation
Greptile SummaryAutomated Changesets release PR bumping
Confidence Score: 5/5Safe to merge — entirely machine-generated version bumps and changelog entries with no logic changes. Every changed file is a package.json version field or a CHANGELOG.md entry generated by the Changesets action. All six packages move from 0.6.0 to 0.7.0 in lockstep as expected for a fixed-version group, and the optionalDependencies pins in the main package are updated consistently. The three consumed changeset files are correctly deleted. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Changesets action\n(github-actions[bot])"] -->|"consumes changesets\nbumps versions"| B["Release PR #95\n0.6.0 → 0.7.0"]
B --> C["packages/cli\n@bunny.net/cli@0.7.0"]
B --> D["platform packages\n×5 → 0.7.0"]
C -->|"optionalDependencies\npinned to 0.7.0"| D
D --> E1["cli-linux-x64"]
D --> E2["cli-linux-arm64"]
D --> E3["cli-darwin-x64"]
D --> E4["cli-darwin-arm64"]
D --> E5["cli-windows-x64"]
B -->|"deleted"| F[".changeset/*.md\n(3 files consumed)"]
Reviews (1): Last reviewed commit: "Version Packages" | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@bunny.net/cli@0.7.0
Minor Changes
#94
e2def53Thanks @jamie-at-bunny! - feat(scripts): wait for DNS and enable HTTPS automatically when adding a custom domainscripts domains addgains--waitto poll DNS (up to 10 minutes) and issue the free SSL certificate once the domain points at bunny.net; interactive runs offer the same.scripts createandscripts initnow offer a custom domain as part of the flow.#94
e2def53Thanks @jamie-at-bunny! - feat(scripts): point a custom domain at the pull zone via Bunny DNS automaticallyWhen a custom domain added in
scripts create/initbelongs to one of your Bunny DNS zones, the CLI offers to add (or repoint) the DNS record for you — always after confirmation — then issues SSL immediately since the record is already live on bunny's resolvers.Patch Changes
#94
e2def53Thanks @jamie-at-bunny! - refactor(scripts): share a common script selector across subcommandsscriptssubcommands (env, deployments, show, stats) now use a shared selector, so they consistently accept the optional[id]positional and--linkflag for targeting and linking a script.@bunny.net/cli-darwin-arm64@0.7.0
@bunny.net/cli-darwin-x64@0.7.0
@bunny.net/cli-linux-arm64@0.7.0
@bunny.net/cli-linux-x64@0.7.0
@bunny.net/cli-windows-x64@0.7.0